home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / PaperPlanes / Paper Planes / Planes / 00023.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  217 b   |  14 lines

  1. on mouseDown
  2.   noHiliteButtonDown()
  3. end
  4.  
  5. on mouseUp
  6.   global WhichMenu, LastGlider
  7.   set test to noHiliteButtonUp()
  8.   if test then
  9.     set WhichMenu to LastGlider
  10.     removeMainUI()
  11.     go(the frame + 1)
  12.   end if
  13. end
  14.